public async Task <Custom> GetParticularCustom(int customId) { return(await context.Set <Custom>().FindAsync(customId)); }